const runtime.throwTypeRuntime
8 uses
runtime (current package)
panic.go#L35: throwTypeRuntime
panic.go#L1101: fatalthrow(throwTypeRuntime)
panic.go#L1423: } else if level >= 2 || gp.m.throwing >= throwTypeRuntime {
runtime1.go#L44: } else if gp.m.throwing >= throwTypeRuntime {
signal_unix.go#L755: mp.throwing = throwTypeRuntime
traceback.go#L1004: if gp.m != nil && gp.m.throwing >= throwTypeRuntime && gp == gp.m.curg || level >= 2 {
traceback.go#L1115: if mp.throwing >= throwTypeRuntime && gp != nil && (gp == mp.curg || gp == mp.caughtsig.ptr()) {
traceback.go#L1223: if gp.m != nil && gp.m.throwing >= throwTypeRuntime && gp == gp.m.curg || level >= 2 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)